home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / basic / inpout.zip / INPOUT.DEF < prev    next >
Text File  |  1991-08-29  |  300b  |  18 lines

  1. LIBRARY InpOut
  2.  
  3. DESCRIPTION 'InpOut -- Demonstration assembler DLL'
  4.  
  5. EXETYPE WINDOWS
  6.  
  7. CODE MOVEABLE DISCARDABLE
  8.  
  9. DATA MOVEABLE SINGLE
  10.  
  11. HEAPSIZE 2048
  12.  
  13. EXPORTS
  14.     WEP                         @1   RESIDENTNAME
  15.     Inp                         @2
  16.     Out                         @3
  17.     
  18.